xcButton Property Help Version 1

xcButton Main Menu


Worldwide Productions Inc.
ONLINE MENU

http://www.wwp-inc.com


WWP HOME
WWP ONLINE HELP
WWP DOWNLOADS


______________

You must have a
connection to the internet for
online option to function.

Properties are listed in alphabetic order.
xcBackColor
xcBackTransparent
xcButtonMode
xcButtonType
xcCaption
xcCaptionColor
xcCaptionVisible
xcEnabled
xcFont
xcValue

More options
Custom Property Pages (General Information)

Events
Mouse Move()
Mouse Down()
Mouse Up()
Mouse Click()

BACK TO xcCONTROLS MAIN HELP PREVIOUS TOPIC NEXT TOPIC

 

xcBackColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the color for the button background.
   
Example: object.xcBackColor = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcBackTransparent

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the background for the button is transparent.
   
Example: object.xcBackTransparent =True 
object.xcBackTransparent =False
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcButtonMode

 
Data Type: Integer
   
Description: Return or Set whether the button is in CLICK mode or in TOGGLE mode. In CLICK mode, the button action returns to its normal state when the user releases the mouse button. In TOGGLE mode, the button action remains in the current state until it is clicked again.
   
Example: object.xcButtonMode = 0 or Click
object.xcButtonMode = 1 or Toggle
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcButtonType

     
Data Type: Integer
     
Description: Return or Set the type of graphical Button type that is visible.
            
Example: object.xcLedType = 0 - Type1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaption

 
Data Type: String
   
Description: Return or Set the caption that is displayed under the button.
   
Example: object.xcCaption = "My Button"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the color of the caption
   
Example: object.xcCaptionColor = RGB(255,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcCaptionVisible

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the caption is visible
   
Example: object.xcCaptionVisible = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcEnabled

 
Data Type: Boolean (True or False)
   
Description: Return or Set whether or not the button is enabled or disabled.   When the button is disabled it  will not respond to any user actions or events.
   
Example: object.xcEnabled = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcFont

 
Data Type: OLE FONT
   
Description: Return or Set the font, font size and font attributes.
   
Example: object.xcFont="MS Sans Serif"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcValue

 
Data Type: Boolean (True or False)
   
Description: Return or Set the current state of the button. 
   
Example: object.xcValue = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS